home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / DefineSprite_16 / frame_3 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  146 b   |  10 lines

  1. if(getTimer() - this.startTime >= this.stayTime)
  2. {
  3.    _parent.play();
  4.    this.stop();
  5. }
  6. else
  7. {
  8.    this.gotoAndPlay(_currentframe - 1);
  9. }
  10.